testing.common.checkRaces (method)

8 uses

	testing (current package)
		benchmark.go#L203: 		b.checkRaces()
		fuzz.go#L653: 		f.checkRaces()
		testing.go#L972: 		c.checkRaces()
		testing.go#L1585: 		c.lastRaceErrors.Store(c.parent.checkRaces())
		testing.go#L1599: func (c *common) checkRaces() (raceErrors int64) {
		testing.go#L1700: 	t.checkRaces()
		testing.go#L1782: 		t.checkRaces()
		testing.go#L1903: 			t.checkRaces()